Credential Query
@Serializable
Represents a request for a presentation of one Credential.
Constructors
Link copied to clipboard
constructor(id: QueryId, format: Format, meta: JsonObject, multiple: Boolean? = null, trustedAuthorities: List<TrustedAuthority>? = null, requireCryptographicHolderBinding: Boolean? = null, claims: List<ClaimsQuery>? = null, claimSets: List<ClaimSet>? = null)
Properties
Link copied to clipboard
A non-empty list that specifies claims in the requested Credential.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "require_cryptographic_holder_binding" )
A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.
Link copied to clipboard
Link copied to clipboard